home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / newconf / FILES / bootstrap.mkf < prev    next >
Encoding:
Text File  |  1993-04-11  |  537 b   |  27 lines

  1. #
  2. #    bootstrap.mkf
  3. #
  4. #    $Header: /private/postgres/newconf/FILES/RCS/bootstrap.mkf,v 1.3 1992/02/24 21:09:27 mer Exp $
  5. #
  6.  
  7. # ----------------
  8. #
  9. # ----------------
  10. TARGET= bootstrap
  11.  
  12. # ----------------
  13. #    bootstrap database initialization program targets
  14. # ----------------
  15.  
  16. BOOTSTRAPOBJS= \
  17.     $(OD)/bootstrap/bootparse.o    \
  18.     $(OD)/bootstrap/bootscan.o    \
  19.     $(OD)/bootstrap/socket.o    \
  20.     $(OD)/bootstrap/bootstrap.o
  21.  
  22. BOOTSTRAPDEPS= \
  23.     $(OD)/bootstrap/parse.d    \
  24.     $(OD)/bootstrap/scanner.d    \
  25.     $(OD)/bootstrap/socket.d    \
  26.     $(OD)/bootstrap/bootstrap.d
  27.